home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 February
/
Macworld (1998-02).dmg
/
Inside Macworld
/
Alphamania 2 & Effector Sets
/
AlphaMania 2
/
methods and modes.dir
/
00048.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-12-19
|
346 b
|
12 lines
on mouseUp
global kCandyHeartSprite
if VerifyEffect(#hsb) then
if the drawMethod of member the castNum of sprite kCandyHeartSprite = #reveal then
RemoveAllEffects(sprite(kCandyHeartSprite))
end if
hsb(sprite(kCandyHeartSprite), [#animMode: #Infinite, #numFrames: 15])
else
UpdateOutput("ESINotInstalled")
end if
end